From: Rello Date: Fri, 13 Dec 2024 08:53:38 +0000 (+0100) Subject: Update VERSION.cmake X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~30^2^2~186^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=686236c1250c3c74d7af518c2e1c3b1081ce5cfd;p=nextcloud-desktop.git Update VERSION.cmake Remove NC17 support Signed-off-by: Rello --- diff --git a/VERSION.cmake b/VERSION.cmake index 741bafcb4..65738aa07 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -5,7 +5,7 @@ set( MIRALL_VERSION_YEAR 2024 ) set( MIRALL_SOVERSION 0 ) # Minimum supported server version according to https://docs.nextcloud.com/server/latest/admin_manual/release_schedule.html -set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_MAJOR 16) +set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_MAJOR 18) set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_MINOR 0) set(NEXTCLOUD_SERVER_VERSION_MIN_SUPPORTED_PATCH 0)